projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4ef9b
)
(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
author
Colin Walters
<walters@gnu.org>
Thu, 23 May 2002 03:39:20 +0000
(
03:39
+0000)
committer
Colin Walters
<walters@gnu.org>
Thu, 23 May 2002 03:39:20 +0000
(
03:39
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index f81e53690d42f10528229a76d84f62900dd3ffa9..4711346e83604c49d888b6e3f05569714e9012e3 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-145,7
+145,7
@@
when you hit the end of the current node."
:type 'boolean
:group 'info)
-(defcustom Info-mode-hook '(
font-lock-mode
)
+(defcustom Info-mode-hook '(
turn-on-font-lock
)
"Hooks run when `info-mode' is called."
:type 'hook
:group 'info)